home *** CD-ROM | disk | FTP | other *** search
- TAdrockAlarmList History File.
- ==============================
-
- 3-Oct-95 V1.00 - Released to CompuServe, included Help File, KWF File for
- Delphi, AdAlarm.DCU, AdAlarm.DCR
-
- 10-Nov-95 V1.10 - Added new property Version. You can not determine the internal version
- of the control.
-
- Added new method for setting an alarm using an exact time by using
- a TDateTime variable instead of the string. You can not use wildcards
- with this method. The method is called
- AddExtact(AlarmTime:TDateTime, Ref: String);
-
- Added new event OnSecondChange - This event gets triggered
- every second. Saves using too many timers.
-
- Added new property Interval to set the interval between calls to the
- routines that do the checking for alarms. Defaults to 1000 (1 Second)
- but this mighgt not be ofton enough for some people. For intervals below
- 1000 the alarms will only trigger once per second still.
- No double triggering will occur.
-
- Fixed a bug in the OnNewDate event calling routine..
-
- 7-Dec-95 V1.20 - Correct problem with wildcard selection on certain times.
-
-
- 7-May-96 V2.00 - No change to 16 bit version, 32 bit version now uses a thread to execute
- instead of the timer.
-
- 15-May-96 V2.10 - 32Bit now has a thread priority property.
-
-